-
-
Notifications
You must be signed in to change notification settings - Fork 98
Bump the production-dependencies group across 1 directory with 6 updates #1123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump the production-dependencies group across 1 directory with 6 updates #1123
Conversation
Bumps the production-dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [org.jetbrains.kotlinx:kotlinx-serialization-json](https://github.com/Kotlin/kotlinx.serialization) | `1.8.0` | `1.8.1` | | [org.mockito:mockito-core](https://github.com/mockito/mockito) | `5.16.1` | `5.17.0` | | commons-io:commons-io | `2.18.0` | `2.19.0` | | [com.google.guava:guava](https://github.com/google/guava) | `33.4.6-jre` | `33.4.7-jre` | | [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) | `0.8.12` | `0.8.13` | | [org.junit:junit-bom](https://github.com/junit-team/junit5) | `5.12.1` | `5.12.2` | Updates `org.jetbrains.kotlinx:kotlinx-serialization-json` from 1.8.0 to 1.8.1 - [Release notes](https://github.com/Kotlin/kotlinx.serialization/releases) - [Changelog](https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md) - [Commits](Kotlin/kotlinx.serialization@v1.8.0...v1.8.1) Updates `org.mockito:mockito-core` from 5.16.1 to 5.17.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.16.1...v5.17.0) Updates `commons-io:commons-io` from 2.18.0 to 2.19.0 Updates `com.google.guava:guava` from 33.4.6-jre to 33.4.7-jre - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) Updates `org.jacoco:jacoco-maven-plugin` from 0.8.12 to 0.8.13 - [Release notes](https://github.com/jacoco/jacoco/releases) - [Commits](jacoco/jacoco@v0.8.12...v0.8.13) Updates `org.junit:junit-bom` from 5.12.1 to 5.12.2 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.12.1...r5.12.2) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-json dependency-version: 1.8.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: org.mockito:mockito-core dependency-version: 5.17.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: commons-io:commons-io dependency-version: 2.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: com.google.guava:guava dependency-version: 33.4.7-jre dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: org.jacoco:jacoco-maven-plugin dependency-version: 0.8.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: org.junit:junit-bom dependency-version: 5.12.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Bumps the production-dependencies group with 6 updates in the / directory:
1.8.01.8.15.16.15.17.02.18.02.19.033.4.6-jre33.4.7-jre0.8.120.8.135.12.15.12.2Updates
org.jetbrains.kotlinx:kotlinx-serialization-jsonfrom 1.8.0 to 1.8.1Release notes
Sourced from org.jetbrains.kotlinx:kotlinx-serialization-json's releases.
Changelog
Sourced from org.jetbrains.kotlinx:kotlinx-serialization-json's changelog.
Commits
afd811fPrepare 1.8.1 release (#2965)2b653deMerge remote-tracking branch 'origin/master' into devab1cd2cUpdate forward compatibility notes (#2964)b26c67aTests for fixes for #KT-62522 and #KT-62215 (#2474)8853917Bump Kotlin to 2.1.20 (#2963)9adedb4Fix incorrect enum coercion during deserialization from JsonElement (#2962)438fb8eBencoding now supports all platforms (#2954)27e352dImplement additional compiler flags as per KT-75078 (#2946)f13da7eCheck the Gradle distribution checksum (#2935)1e54f4bSupply proper equals(), hashCode(), and toString() for SerialDescriptor() wra...Updates
org.mockito:mockito-corefrom 5.16.1 to 5.17.0Release notes
Sourced from org.mockito:mockito-core's releases.
Commits
7764992Remove mention ofmockito-inlinefrom mockmaker exception (#3628)ee92ad4Fix broken banner image link (#3632)3edab52Clarify structure of commit messages (#3626)bfab743Fall back to Throwable Location strategy on Android (#3619)4f469c8MockitoExtension fails cleanup when aborted before setup (#3623)1764e62Update links to javadoc.io (#3616)1e029d7Add missing requirement to objenesis.Updates
commons-io:commons-iofrom 2.18.0 to 2.19.0Updates
com.google.guava:guavafrom 33.4.6-jre to 33.4.7-jreRelease notes
Sourced from com.google.guava:guava's releases.
Commits
Updates
org.jacoco:jacoco-maven-pluginfrom 0.8.12 to 0.8.13Release notes
Sourced from org.jacoco:jacoco-maven-plugin's releases.
Commits
78d5effPrepare release 0.8.13e579092Happy birthday Java 24! (#1867)17d31aaUpgrade ASM to 9.8 (#1863)ee07ecbUpgrade Kotlin to 2.1.20 (#1860)f0dcc6bBump actions/upload-artifact from 4.6.1 to 4.6.2 (#1861)99707c3Upgrade spotless-maven-plugin to 2.44.3 (#1851)21f6a99Upgrade maven-deploy-plugin to 3.1.4 (#1854)c7da68bUpgrade maven-install-plugin to 3.1.4 (#1853)80ebc77Upgrade maven-clean-plugin to 3.4.1 (#1850)0bb8bd5Bump actions/upload-artifact from 4.6.0 to 4.6.1 (#1852)Updates
org.junit:junit-bomfrom 5.12.1 to 5.12.2Release notes
Sourced from org.junit:junit-bom's releases.
Commits
0a44659Release 5.12.24c7dfdcFinalize 5.12.2 release notes561613eFix handling ofCleanupMode.ON_SUCCESS19d07d2Add 5.12.2 release notes from template803cbb6Add build parameter for enabling dry-run mode for test executioneb43e62Back to snapshots for further developmentDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions